Trivial formatting fix
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Apr 2009 00:45:11 +0000 (20:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 Apr 2009 00:45:11 +0000 (20:45 -0400)
gtk/gtkbuilderparser.c

index 084c3622f8237cdbd2e14f2768cb796aeb3c4f50..feda666c586bbc91028aa42503ee4168473e9850 100644 (file)
@@ -399,8 +399,8 @@ parse_object (GMarkupParseContext  *context,
     {
       g_set_error (error, GTK_BUILDER_ERROR,
                    GTK_BUILDER_ERROR_DUPLICATE_ID,
-                           _("Duplicate object id '%s' on line %d (previously on line %d)"),
-                           object_id, line, line2);
+                   _("Duplicate object id '%s' on line %d (previously on line %d)"),
+                   object_id, line, line2);
       return;
     }